home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 4 / echo303.zip / ECHOHLP5 < prev    next >
Text File  |  1989-11-23  |  5KB  |  134 lines

  1. Writing messages
  2. ----------------
  3.  
  4.    There are two ways to write messages:
  5.  
  6.      1) With the full-screen editor
  7.      2) With the line editor
  8.  
  9.    Each of these methods will be described seperately below. If you are using
  10. IBM ANSI graphics, then the full screen editor will be chosen for you. If not,
  11. then the line editor will be chosen.
  12.  
  13. Line Editor
  14. -----------
  15.   The line editor is the simplest of the two editors. You will just have to
  16. type your message. The lines will be wrapped automatically for you. You can
  17. a blank line to exit the entry mode. After exiting the entry mode, you will
  18. be presented with a small menu consisting of these options:
  19.  
  20.     Cont- Continue the current message. This will simply place you back into
  21.           the line editor's entry mode.
  22.  
  23.   Insert- This will allow you to insert a line anywhere into the message
  24.           where you want.
  25.  
  26.   Delete- This option will let you delete any line in the message.
  27.  
  28.   Visual- If you are using ANSI graphics, this will let you switch from
  29.           the line editor to the full screen editor.
  30.  
  31.    Quote- If you are entering a reply, you may quote lines directly from
  32.           the original message. With this option, you can also list the
  33.           original message.
  34.  
  35.    Abort- This will quit the message editor without saving.
  36.  
  37.     Save- This will quit and save your message.
  38.  
  39. Full-screen editor
  40. ------------------
  41.   The commands of the full screen are best illustrated below:
  42.  
  43. ╒══════< Cursor Movement >══════╤═══< Delete >════╤═════< Miscellaneous >═════╕
  44. │ ^S Char left   ^D Char right  │  ^G Character   │   ^B Reformat paragraph   │
  45. │ ^A Word left   ^F Word right  │ DEL Char left   │   ^N Insert a RETURN      │
  46. │ ^E Line  up    ^X Line down   │  ^T Word right  │   ^O Original msg quote   │
  47. │ ^I Tab cursor  ^P Line end    │  ^Y Line        │   ^V Overtype/Insert mode │
  48. ╞═════════< Scrolling >═════════╡                 │   ^W Display msg header   │
  49. │ ^C Screen up   ^R Screen down │  ^J Join lines  │  ESC Exit to command mode │
  50. └───────────────────────────────┴─────────────────┴───────────────────────────┘
  51.  
  52.  
  53. Visual editing commands are WordStar-like control characters.  If your
  54. terminal program provides ANSI keyboard emulation you will also be able
  55. to use the indicated function keys.
  56.  
  57.  
  58. << Cursor Motion >>
  59.  
  60. Ctrl-S  Move left  1 character     (Left arrow key)
  61. Ctrl-D  Move right 1 character     (Right arrow key)
  62. Ctrl-E  Move up    1 line          (Up arrow key)
  63. Ctrl-X  Move down  1 line          (Down arrow key)
  64. Ctrl-A  Move left  1 word
  65. Ctrl-F  Move right 1 word
  66. Ctrl-I  Tab cursor to next tabstop (Tab key)
  67. Ctrl-P  Move cursor to line end    (End key)
  68.  
  69.  
  70. << Scrolling >>
  71.  
  72. Ctrl-R  Move up a page             (PgUp key)
  73. Ctrl-C  Move down a page           (PgDn key)
  74.  
  75.  
  76. << Delete >>
  77.  
  78. Ctrl-G  Delete (gobble) character under cursor
  79. Ctrl-H  Delete character to the left of the cursor  (Backspace)
  80. Ctrl-T  Delete the word following the cursor
  81. Ctrl-Y  Delete the current line
  82. Ctrl-J  Join current line with next line
  83.  
  84.  
  85. << Mincellaneous >>
  86.  
  87. Ctrl-B  Reformat paragraph.  A paragraph ends with the first line that is
  88.         blank or that has leading spaces.
  89.  
  90. Ctrl-L  Clear screen and redisplay.  (Home key)
  91.         This also scrolls the screen so the cursor line is in the middle
  92.         of the display.
  93.  
  94. Ctrl-N  Insert a RETURN.  Splits line at the cursor.
  95.  
  96. Ctrl-O  Review the text of the Original message you were reading or replying.
  97.         You may also quote selected lines from the original message.
  98.  
  99. Ctrl-Q  Quit visual mode and return to the Message Entry Command prompt.
  100.  
  101. Ctrl-V  Toggle insert/overtype mode.  (Ins key)
  102.  
  103. Ctrl-W  Display message header information (date, to, from, subject, etc.)
  104.  
  105. ESC     Exit visual mode and return to the Message Entry Command prompt.
  106.  
  107.  
  108. Insert Mode versus Overtype Mode
  109. --------------------------------
  110.  
  111. In insert mode, all characters typed are INSERTED before the cursor. The
  112. ENTER key splits the line and BACKSPACE can re-join lines.
  113.  
  114. In overtype mode, characters "type over" what was on the screen before.
  115. Overtype mode also disables the automatic line SPLIT / JOIN available in
  116. insert mode.  Use ^N(split) and ^J(join) to manually split and join
  117. lines while in overtype mode.
  118.  
  119.  
  120.  
  121. Keyboard emulation
  122. ------------------
  123.  
  124. The easiest way to control the cursor in Visual Edit mode is to use your
  125. cursor keys.  Most popular terminal programs provide some sort of
  126. keyboard emulation.  Unfortunately, this emulation is either incomplete
  127. or requires you to go through an involved configuration process.
  128.  
  129. The WordStar* command set was chosen as a control-character command set
  130. because it can function on virtually any keyboard and with any terminal
  131. emulation mode.  It also has the advantage of leting you keep your
  132. fingers on the "home" keys while moving the cursor around.
  133.  
  134.